-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[YUNIKORN-2180] Clean up scheduler state initialization #734
Conversation
18442b0
to
9c3a6a0
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #734 +/- ##
==========================================
+ Coverage 69.52% 71.27% +1.75%
==========================================
Files 50 43 -7
Lines 7990 7600 -390
==========================================
- Hits 5555 5417 -138
+ Misses 2247 1981 -266
- Partials 188 202 +14 ☔ View full report in Codecov by Sentry. |
1bd56aa
to
a5f3748
Compare
b4b9d72
to
a98d09b
Compare
d894f76
to
5091dea
Compare
- Moved all state initialization code into context - Unified primary and secondary scheduler caches - Properly handle orphaned pods (those referring to unknown nodes)
5091dea
to
4ace8ce
Compare
Rebased code after merge of YUNIKORN-2282. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice change, I only found some minor things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
- Moved all state initialization code into context - Unified primary and secondary scheduler caches - Properly handle orphaned pods (those referring to unknown nodes) Closes: apache#734
What type of PR is it?
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/YUNIKORN-2180
How should this be tested?
Screenshots (if appropriate)
Questions: